Graph.neighbors

* Get a set edge, neighbors * * Params: * The id of the edge * * Returns: * The neighbor edges or null if id doesn't exist

struct Graph(T = string)
T[]
neighbors
(
T id
)

Meta